home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 401_500 / DISK0490 / DISK0490.ZIP / SDIR.DOC < prev    next >
Text File  |  1983-05-19  |  896b  |  28 lines

  1.     TITLE   SDIR - SORTED DIRECTORY COMMAND, Version 2.1
  2.     PAGE    64,132                  ; JAN 1983
  3. COMMENT |
  4.     SDIR [d:][filename[.ext]] [options]
  5.      [filespec] same as for DIR command
  6.  
  7.      [options] * /A - List hidden files.
  8.            * /E - Without screen erase.
  9.            * /P - Pause when screen full.
  10.          /X - Sort by extension.
  11.          /S - Sort by size.
  12.          /D - Sort by date/time.
  13.          /N - Do not sort, original order.
  14.  
  15.        Default = *.* sorted by name.ext with screen erase.
  16.        * - Option may be combined with other options.
  17.  
  18.    Several modifications have been made.  They are:
  19.  
  20.     1. Filespecs are processed like DIR does.
  21.     2. No sort option was added. /N
  22.     3. Pause when screen full option added. /P
  23.         4. Number of files found is printed.
  24.  
  25.                     Ted Reuss
  26.                     Houston, TX
  27.  
  28.